From ec9fbd0d9bbcb4b58b7d11a467a46cd153f7d709 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Fri, 22 Sep 2017 11:41:26 +0200 Subject: [PATCH] Clarify how is-it-maintained badges are generated Also, improve the format by breaking up the text into multiple bullet-points. --- src/doc/book/src/reference/manifest.md | 15 +++++++++------ src/doc/manifest.md | 15 +++++++++------ 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index 244ba1a99..e45fbc174 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -178,12 +178,15 @@ license = "..." # (similar to the readme key). license-file = "..." -# Optional specification of badges to be displayed on crates.io. The badges -# pertaining to build status that are currently available are Appveyor, CircleCI, -# GitLab, and TravisCI. Available badges pertaining to code test coverage are -# Codecov and Coveralls. There are also maintenance-related badges which state -# the issue resolution time, percent of open issues, and future maintenance -# intentions. +# Optional specification of badges to be displayed on crates.io. +# +# - The badges pertaining to build status that are currently available are +# Appveyor, CircleCI, GitLab, and TravisCI. +# - Available badges pertaining to code test coverage are Codecov and +# Coveralls. +# - There are also maintenance-related badges basesed on isitmaintained.com +# which state the issue resolution time, percent of open issues, and future +# maintenance intentions. [badges] # Appveyor: `repository` is required. `branch` is optional; default is `master` diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 1cfb7afed..8ae68d020 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -175,12 +175,15 @@ license = "..." # (similar to the readme key). license-file = "..." -# Optional specification of badges to be displayed on crates.io. The badges -# pertaining to build status that are currently available are Appveyor, CircleCI, -# GitLab, and TravisCI. Available badges pertaining to code test coverage are -# Codecov and Coveralls. There are also maintenance-related badges which state -# the issue resolution time, percent of open issues, and future maintenance -# intentions. +# Optional specification of badges to be displayed on crates.io. +# +# - The badges pertaining to build status that are currently available are +# Appveyor, CircleCI, GitLab, and TravisCI. +# - Available badges pertaining to code test coverage are Codecov and +# Coveralls. +# - There are also maintenance-related badges basesed on isitmaintained.com +# which state the issue resolution time, percent of open issues, and future +# maintenance intentions. [badges] # Appveyor: `repository` is required. `branch` is optional; default is `master` -- 2.30.2